home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / graph_layout / mswin.gen < prev    next >
Encoding:
Text File  |  1995-02-06  |  426 b   |  17 lines

  1. mkdir $1
  2. cp defines.h     $1/defines.h
  3. cp layout.C     $1/layout.cpp
  4. cp fileio.C     $1/fileio.cpp
  5. cp graph.C     $1/graph.cpp
  6. cp mswindow.C     $1/mswindow.cpp
  7. cp fileio.hxx      $1/fileio.hxx
  8. cp graph.hxx       $1/graph.hxx
  9. cp vector.C       $1/vector.cpp
  10. cp mswindow.hxx    $1/mswindow.hxx
  11. cp vector.hxx      $1/vector.hxx
  12. cp g.dat    $1/g.dat
  13. cp g20.dat    $1/g20.dat
  14. cp README    $1/README
  15. cp graph.mak    $1/graph.mak
  16. echo "files are generated in directory:" $1
  17.